projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52a1b89
)
(struct Lisp_Process): Add inherit_coding_system_flag member.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 19 Apr 1998 14:18:01 +0000
(14:18 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 19 Apr 1998 14:18:01 +0000
(14:18 +0000)
src/process.h
patch
|
blob
|
history
diff --git
a/src/process.h
b/src/process.h
index c163bcdb622076c6cc5da27010842560f6117ffe..79ad07eab6a972b4391733b8a74d1aa26413d666 100644
(file)
--- a/
src/process.h
+++ b/
src/process.h
@@
-87,6
+87,9
@@
struct Lisp_Process
Lisp_Object encoding_buf;
/* Size of carryover in encoding. */
Lisp_Object encoding_carryover;
+ /* Flag to set coding-system of the process buffer from the
+ coding_system used to decode process output. */
+ int inherit_coding_system_flag;
};
#define ChannelMask(n) (1<<(n))